home *** CD-ROM | disk | FTP | other *** search
/ AEMail 2.40 / AEMail v2.40.iso / prefs / caprefs.doc < prev    next >
Text File  |  1996-08-10  |  2KB  |  68 lines

  1.     NAME
  2.  
  3.         CAPrefs -- ClassAct Preferences Daemon
  4.  
  5.     SYNOPSIS
  6.  
  7.         CAPrefs BEVELS/K,SPACE=LAYOUTSPACING/K/N,GADGETS/K,
  8.                 LABELPLACE/K,LABELPEN/K/N,LABELFONT/K,REFRESH/K,
  9.                 PATTERN/K,FALLBACKFONT/K
  10.  
  11.         CAPrefs [BEVELS GT|THIN|XEN] [SPACE n] [GADGETS NORMAL|3D]
  12.                 [LABELPLACE LEFT|RIGHT|CENTER] [LABELPEN n]
  13.                 [LABELFONT font/size] [REFRESH SIMPLE|SMART]
  14.                 [PATTERN image] [FALLBACKFONT font/size]
  15.  
  16.     FUNCTION
  17.  
  18.         Set up ClassAct preferences. Run this program before any
  19.         applications that utilize ClassAct classes. A good place is
  20.         early in the user-startup. A graphic preferences editor will
  21.         be provided in the near future.
  22.  
  23.     ARGUMENTS
  24.  
  25.         BEVELS
  26.             GT - GadTools-like 2:1 aspect bevels. The default.
  27.             THIN - 1:1 aspect thin bevels.
  28.  
  29.         SPACE
  30.             Spacing between gadgets. Corresponds to pixels in
  31.             THIN bevel mode, scaled to bevel width. Default 4.
  32.  
  33.         GADGETS
  34.             NORMAL - standard V37 window border gadgets. The default.
  35.             3D - with SysIHack 3DLOOK, a 3D iconify gadget.
  36.  
  37.         LABELPLACE
  38.             LEFT - left justified group labels.
  39.             RIGHT - right justified group labels.
  40.             CENTER - centered group labels. The default.
  41.  
  42.         LABELPEN
  43.             Pen number to use for labels. Default is TEXTPEN.
  44.  
  45.         LABELFONT
  46.             Font name and size to use for group labels. Default
  47.             is the screen/window font.
  48.             
  49.         REFRESH
  50.             Window refresh type. Simple refresh windows take less
  51.             memory but update slower when uncovered from behind other
  52.             windows. Smart refresh is quicker but more memory hungry.
  53.             Default is smart.
  54.             
  55.         PATTERN
  56.             On OS 3.0, ClassAct window.class can automatically install
  57.             a backfill pattern to windows, using any image understood
  58.             by the datatypes. This option is the name of that image.
  59.            
  60.         FALLBACKFONT
  61.             Window fallback font in case the default font is too large
  62.             to fit the window on the screen.
  63.  
  64.     EXAMPLE
  65.  
  66.         CAPrefs BEVELS=THIN SPACE=3 LABELPEN=2 LABELFONT Times/12
  67.  
  68.